home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global auto
- set ret to button1("auto_off", "auto_on")
- if ret = 1 then
- puppetSound("ButtonSound")
- end if
- set the puppet of sprite 8 to 0
- set the puppet of sprite 2 to 1
- set the memberNum of sprite 2 to 2
- set auto to 1
- end
-